GetWindowForTargetRequest

data class GetWindowForTargetRequest(targetId: TargetID?)

Represents request frame that can be used with Browser#getWindowForTarget operation call.

Get the browser window that contains the devtools target.

See also

Constructors

GetWindowForTargetRequest
Link copied to clipboard
fun GetWindowForTargetRequest(targetId: TargetID? = null)

Properties

targetId
Link copied to clipboard
val targetId: TargetID? = null
Devtools agent host id.

Sources

jvm source
Link copied to clipboard